

/* 分类 */
.sort{
    /* width: 1344px; */
    width: 800px;
    height: 99%;
    /* border: 1px solid red; */
    position: absolute;
    /* left: 50%; */
    left: 400px;
    transform: translateX(-50%);
    /*top: 0;*/
    z-index: 2;
    color: #333333;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.sort::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
.sort .item{
    width: 218px;
    height: 33px;
    /* line-height: 35px; */
    color: #333333;
    background-color: #ffffff;
    /*height: 50px;*/
    font-size: 18px;
    padding-left: 20px;
    padding-right: 8px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sort .item:hover{
    /*background-color: #fff;*/
    color:#002676;
}

/* .sort .twolevel:hover .item{
    background-color: #525961;
} */


/* .sort .sortactive{
    background-color: #525961;
} */
.twolevel{
    min-width:582px;
    padding:0 0 30px ;
    position: absolute;
    left: 218px;
    background-color: #ffffff;
    top: 0;
    display: none;
    border-left: 1px solid #DFDFDF;
}

.sortF{
    /*position: relative;*/
}
.twolevelchild{
    width: 50%;
    text-align: center;
    margin-top:30px ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* margin-right: 30px;
    margin-bottom: 30px; */
}
/* 学校推荐 */
.schoolrecommend{
    width: 1344px;
    margin: 0 auto;
    height: auto;

}
.recommendTit{
    color: #0F0F0F;
    /* font-weight: bold; */
    margin-top: 60px;
    margin-bottom: 53px;
}
.recommendBox{
    justify-content: flex-start;
}
.recommendItem{
    width: 248px;
    height: 312px;
    /* border: 1px solid #002676; */
    margin-right: 20px;
    margin-bottom: 48px;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.recommendItem:hover .graymask{
    display: block;
}
.recommendItem_b{
    padding: 20px;
    height: 132px;
    background-color:#E7F7FF ;
}
.shchoolImg{
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    border-radius: 20px 20px 0 0;
    max-height: 100%
}
.shchoolImgBox{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
   
}
.graymask{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0 ;
    /* background-color: #000;
	opacity: .7; */
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    display: none;
}

.schoolbtn{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    padding: 0 20px;
}
.ask{
    width: 90px;
    height: 32px;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #F68A53;
    font-weight: bold;
    cursor: pointer;
}
.order{
    width: 90px;
    height: 32px;
    background: #F68A53;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

}
.hotclass{
    width: 1344px;
    margin: 0 auto;
}
.classtit{
    font-weight: bold;
}
.hotclassBox{
    padding-top: 53px;
}
.hotclassitem{
    position: relative;
    width: 245px;
    height: 326px;
   margin-right: 23px;
   margin-bottom: 40px;
}
.classitemtit{
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #0C0C0C;
}
.classitemmid{
    position: absolute;
    width: 100%;
    top: 220px;
    /* padding-top: 180px; */
}
.courseitem{
    width: 308px;
    height: 300px;
    margin-right: 28px;
    margin-bottom: 72px;
}
.coursetit{
    width: 100%;
    margin-bottom: 28px;
}
.couserimg{
    width: 100%;
    height: 240px;
    /* border: 1px solid black; */
}
.couserimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.famousschool{
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
}
.fanmousitemTit{
    width: 100%;
    height: 127px;
    line-height: 127px;
    padding-left: 125px;
}
.fanmousitemname{
    margin-right: 70px;
}
.fansousimg{
    width: 308px;
    height: 213px;
    margin-right: 28px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fansousimg img{
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    max-height: 100%;
    
}
.schoolnewul li:before{
    /* width: 10px;
    height: 10px; */
    /* border-radius: 50%; */
    /* background-color:#A0A0A0 ; */
    content: "\02022";
    color: #A0A0A0;
    width: 10px;
    height: 10px;
}
.schoolnew{
    width: 379px;
    height: 98px;
    color: #ffffff;
    line-height: 98px;
    font-size: 36px;
    text-align: center;
    border-radius: 15px;
}
.schoolnewul{
    margin-top: 58px;
    padding-left: 10px;
    line-height: 45px;
}
.schoolnewul li{
    width: 379px;
    color:#2C2C2C ;
    font-size: 28px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.schoolnewul li:hover{
    color:#002676;
}
.contact{
    padding-left: 200px;
}
.contact input{
    width: 379px;
    height: 52px;
    border: 1px solid #0E0E0E;
    border-radius: 5px;
    padding: 20px;
    font-size: 24px;
}
.colred{
    color: #DB0202;
}
.contact textarea{
    width: 379px;
    height: 234px; 
    border: 1px solid #0E0E0E;
    padding: 20px;
    font-size: 24px;
}
.submit{
    width: 379px;
    height: 82px;
    margin-left: 72px;
    margin-top: 62px;
}
.contactRight{
    width: 550px;
    height: 410px;
    background-color: #011541;
    margin-top: 50px;
    margin-left: 123px;
    position: relative;
}
.contacttop{
    width: 96px;
    height: 113px;
    background-color: #FFC600;
    position: absolute;
    top: -35px;
    left: -30px;
}
.contactmain{
    margin-left: 135px;
    margin-top: 60px;
}
.corf{
    color: #ffffff;
}
